Skip to main content
Version: 3.x.x

AdapterOptionsType


import { AdapterOptionsType } from "@hyper-fetch/core"

Description

Options

Defined in adapter/adapter.types.ts:75

Preview

type AdapterOptionsType = Partial<XMLHttpRequest>;

Structure

Partial<XMLHttpRequest>